@charset "utf-8";
/* CSS Document */
header{
    background: #fff;
    height: 100px;
    width: 100%;
    transition: transform .2s ease-in;
}
header .header{
	width: 100%;
    padding:0 5%;
    margin-right: auto;
    margin-left: auto;
}
header .header .logo {
    float: left;
    margin: 10px 0 0 0%;
    max-width:270px;
}
.phone_box{float:right}
.nav>li {
    display: inline-block;
	padding-right:20px;
	position: relative;
}
.nav li:last-child{
	margin-right:0;
}
.nav li > a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 38px 30px;
    color: #333;
}
.menu-handler{
    display:none;
    cursor: pointer;
    float: right;
    padding: 10px;
    margin-right: -10px;
}
.menu-handler.on .burger-1{
    -webkit-transform: rotate(45deg) translate(5px, 6px);
    -moz-transform: rotate(45deg) translate(5px, 6px);
    -ms-transform: rotate(45deg) translate(5px, 6px);
    -o-transform: rotate(45deg) translate(5px, 6px);
    transform: rotate(45deg) translate(5px, 6px);
}
.menu-handler.on .burger-2 {
    opacity: 0;
}
.menu-handler.on .burger-3 {
    -webkit-transform: rotate(-45deg) translate(5px, -7px);
    -moz-transform: rotate(-45deg) translate(5px, -7px);
    -ms-transform: rotate(-45deg) translate(5px, -7px);
    -o-transform: rotate(-45deg) translate(5px, -7px);
    transform: rotate(-45deg) translate(5px, -7px);
}
.nav li > a.act,
.nav li > a:hover{
	color:#b92e38;
}
.nav li > a.act8{
	font-weight: bold;
}
.nav li .subnav{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    background: rgba(255,255,255,.97);
    box-sizing: border-box;
    padding: 55px 0 35px 35px;
    top: 100%;
	z-index: 999;
	display: none;
}
.nav>li ul li {
    text-align: left;
    margin-bottom: 15px;
}
.nav>li ul li a{padding:0}
.nav>li ul h6 {
    font-size: 12px;
    color: rgba(153,153,153,.8);
    line-height: 18px;
    text-transform: uppercase;
}
.nav>li ul h5 {
    color: rgba(51,51,51,.8);
    line-height: 21px;
    position: relative;
    display: inline-block;
}
.nav>li ul h5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 0;
    background: #ba2e39;
}
.nav>li ul h6:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 0;
    background: transparent;
}

.nav>li ul li:hover h6 {
    transform: translateY(21px);
    color: #ba2e39;
}
.nav>li ul li:hover h5 {
    transform: translateY(-18px);
    font-size: 18px;
    color: #ba2e39;
    line-height: 23px;
}
.nav>li ul li:hover h5:before, 
.nav>li ul li:hover h6:before {
    width: 40px;
    margin-right: 5px;
}
.gp{
	position:absolute;
	right:7.5%;
	top:5px;
	font-size:12px;
	font-weight: bold;
	color:#b92e38;
	background:url(../images/gupiao.png) left center no-repeat;
	padding-left:18px;
}
a,.nav>li ul li h5,.nav>li ul li h6,.nav>li ul:after{
    transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}
/*********************页脚*********************/
footer .f-nav{
	padding:50px 0;
	background: #e8e8e8;
}
footer .bottom{
	background: #2d2d2d;
}
footer .f-nav li {
    margin-right: 90px;
}
footer .tit2{
    margin-bottom: 15px;
    color: #333;
}
footer .f-nav .item {
	display:block;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #888;
    transition: all .3s;
}
footer .f-nav .item:hover {
    color: #d12323;
}

footer .spbox {
    width: 265px;
    box-sizing: content-box;
    background:#424242;
    padding-left:20px;
    color: #c8c8c8;
    position: relative;
    cursor: pointer;
	padding:10px;
}
footer .spbox .jiantou{
	position:absolute;
	right:0;
	width:42px;
	height:42px;
	background: #545454 url(../images/sa.png) center no-repeat;
}

footer .sp-item {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: none;
}
footer .sp-item .li-item {
	display: block;
    height: 45px;
    line-height: 45px;
    color: #666;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 15px;
}
footer .bottom{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
	padding:0 12%;
	background:linear-gradient(to right,#bf3a31,#b52125)
}
footer .bottom p,footer .bottom a{
	font-size:14px;
	color:#fff;
	line-height: 60px;
	padding: 0 10px
}




    /* =========
    侧边栏 
============== */
    .slideNav {
        position: fixed;
        z-index: 99;
        bottom: 0;
        opacity: 0;
        transition: all 0.8s;
        right: 1%;
    }

    .slideNav.show {
        opacity: 1;
        bottom: 20%;
    }

    .slideNav a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        width: 46px;
        background: rgb(185 46 56 / 70%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

    .slideNav svg {
        display: block;
        width: 50%;
        height: 50%;
        -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
        animation: start-backtop-1 1.5s infinite ease-in-out;
    }

    .slideNav path {
        fill: #fff;
    }

    @keyframes start-backtop-1 {

        0%,
        30% {
            opacity: 0;
            -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
        }

        40% {
            opacity: 1;
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

        100% {
            opacity: 0;
            -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px);
        }
    }



/*******************手机导航**********************/
.menu-handler span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin-top: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.48s;
    -o-transition: all 0.48s;
    -moz-transition: all 0.48s;
    transition: all 0.48s;
}
.headMenu span:first-child{
    margin-top: 0;
}













